Disable focus-chain test that depends on the environment
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Apr 2020 03:22:13 +0000 (23:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 9 Apr 2020 21:50:29 +0000 (17:50 -0400)
The color editor shows a color picker button only if it
finds a suitable implementation, which it does not in ci.
So disable the focus-chain test for page 3.

testsuite/gtk/meson.build

index 6855937b85ccab57cd636c8b244c5ae604e7d6de..b7440b5529ee6e17ae847c9fcbbf9e68df127dc0 100644 (file)
@@ -172,8 +172,10 @@ focus_chain_tests = [
   [ 'widget-factory', 'right' ],
   [ 'widget-factory2', 'tab' ],
   [ 'widget-factory2', 'tab-backward' ],
-  [ 'widget-factory3', 'tab' ],
-  [ 'widget-factory3', 'tab-backward' ],
+  # in ci, we don't show a color picker, so the focus chain
+  # for page3 is missing an expected button in the color editor
+  #[ 'widget-factory3', 'tab' ],
+  #[ 'widget-factory3', 'tab-backward' ],
 ]
 
 focus_chain = executable(